home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Dev / CPRFiX / CPRFiX.readme < prev    next >
Encoding:
Text File  |  2000-05-13  |  2.4 KB  |  61 lines

  1. Short:    SAS/C CPR debugger fix v1.1 (13.05.00)
  2. Author:   Mikolaj 'MM' Calusinski (bloelle@priv.gold.pl), Przemyslaw 'SENSEI' Gruchala (sensei@box43.gnet.pl)
  3. Uploader: Przemyslaw 'SENSEI' Gruchala (sensei@box43.gnet.pl)
  4. Version:  1.1 (13.05.00)
  5. Type:     dev/c
  6. Replaces: dev/c/CPRFiX.lha
  7. Requires: SAS/C v6.58
  8. Keywords: sasc cpr mm calusinski sensei gruchala polska poland
  9.  
  10. WHAT'S THIS?
  11.    This is a small patch for the original SAS/C v6.58 CPR debugger.
  12.  
  13. DISCLAIMER
  14.    This  software  is  provided as-is, without warranty of any kind, either
  15.    expressed or implied.  Under no circumstances will the authors be liable
  16.    for  direct,  indirect,  incidental  or  consequential damages either to
  17.    hardware or software or data loss resulting from the use of CPRFiX.  The
  18.    entire risk as to the results of CPRFiX is assumed by the user.
  19.  
  20. DESCRIPTION
  21.    Sensei:   I  found  that  CPR causes a lot of PatchWork hits (FindPort()
  22.    wasn't  used  properly!   And  it's called a couple of times after every
  23.    line,  so  there  was no chance to use them together!  A big mess in one
  24.    word, and it's depressing that you must turn off PatchWork when you want
  25.    to  run  CPR and start it again after quitting...) so I asked Mikolaj to
  26.    fix  this  bug  and he agreed to do it.  There was a second (but not too
  27.    visible) bug when CPR starts/quits (each:  4 times SetFunction() without
  28.    Forbid()/Permit()  pair!).   BTW:   PLEASE  USE  Install_CPRFiX  to  fix
  29.    original CPR!
  30.  
  31. HOW IT WORKS?
  32.    This   patch   installs   several  Forbid()/Permit()  pairs  for  either
  33.    FindPort() and SetFunction() in the SC:c/cpr file.  The installer script
  34.    will  automatically  search  for  SC:   and  checks if CPR exists in the
  35.    correct directory, if it doesn't exist you will be asked for a directory
  36.    and file (in Expert mode file-requesters will always be shown and you'll
  37.    have to confirm everything).  The installer can backup your old CPR file
  38.    if you want it to.
  39.  
  40. AUTHORS
  41.    Patch (cpr.pch) and research:
  42.  
  43.       Mikolaj 'MM' Calusinski (bloelle@priv.gold.pl)
  44.  
  45.    Idea, testing and this archive (Install_CPRFiX & CPRFiX.readme):
  46.  
  47.       Przemyslaw 'SENSEI' Gruchala (sensei@box43.gnet.pl)
  48.  
  49.    Support:
  50.  
  51.       Tommy Lindgren (tommy@linuxfan.com)
  52.  
  53.       Rainer Müller (Rainer.m.Mueller@uni-konstanz.de)
  54.  
  55. NOTE
  56.    Take a look at our other projects:
  57.  
  58.       - gfx/ifx/REDFiX.lha       v1.5  (Sensei)
  59.       - gfx/show/Frogger.lha     v1.57 (Milek, Elf & Sensei)
  60.       - util/boot/RemApollo.lha  v1.3  (MM)
  61.